Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGTextPositioningElement

Extends SVGTextContentElement.

Extended by SVGTextElement, SVGTSpanElement, SVGTRefElement, SVGAltGlyphElement, SVGTextElement, SVGTSpanElement, SVGTRefElement, SVGAltGlyphElement
Properties
SVGAnimatedLengthList
dx
Corresponds to attribute ‘dx’ on the given element.
SVGAnimatedLengthList
dy
Corresponds to attribute ‘dy’ on the given element.
SVGAnimatedNumberList
rotate
Post-multiplies a rotation transformation on the current matrix and returns the resulting matrix. Parametersfloat angle Rotation angle. Returns The resulting matrix.
SVGAnimatedLengthList
x
The x coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.
SVGAnimatedLengthList
y
The y coordinate of the rectangle, in user units. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised when the rectangle corresponds to a read only attribute or when the object itself is read only.